home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / bcmp.0 < prev    next >
Text File  |  1996-09-02  |  940b  |  27 lines

  1.  
  2. BCMP(3)                    UNIX Programmer's Manual                    BCMP(3)
  3.  
  4. NNAAMMEE
  5.      bbccmmpp - compare byte string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _i_n_t
  11.      bbccmmpp(_c_o_n_s_t _v_o_i_d _*_b_1, _c_o_n_s_t _v_o_i_d _*_b_2, _s_i_z_e___t _l_e_n)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The bbccmmpp() function compares byte string _b_1 against byte string _b_2, re-
  15.      turning zero if they are identical, non-zero otherwise.  Both strings are
  16.      assumed to be _l_e_n bytes long.  Zero-length strings are always identical.
  17.  
  18.      The strings may overlap.
  19.  
  20. SSEEEE AALLSSOO
  21.      memcmp(3),  strcasecmp(3),  strcmp(3),  strcoll(3),  strxfrm(3)
  22.  
  23. HHIISSTTOORRYY
  24.      A bbccmmpp() function first appeared in 4.2BSD.
  25.  
  26. 4.2 Berkeley Distribution       April 19, 1991                               1
  27.